home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / IT144I.INC < prev    next >
Text File  |  1994-03-28  |  527b  |  29 lines

  1. ; INFOTEL 144I
  2. ;
  3. ; NOTES: Set ALL dialing directory entries to 57600 baud
  4. ;        If running OS/2 1.x, change all 57600's to 19200
  5.  
  6. Baud          57600
  7. Parity        N
  8. WordLen       8
  9. StopBits      1
  10.  
  11. XonXoff       NIETHER
  12. CtsRts        BOTH
  13. MatchBaud     FALSE
  14.  
  15. ModemInitStrg ATN1&C1&D2&Q9W1^M
  16. ModemDialStrg ATDT
  17. ModemDialSufx ^M
  18. ModemHangStrg ~~~+++~~~ATH0^M
  19. DTRHangup     TRUE
  20.  
  21. Connect       CONNECT,57600
  22.  
  23. NoConnect     NO_DIAL
  24. NoConnect     NO_CARRIER
  25. NoConnect     BUSY
  26. NoConnect     VOICE
  27.  
  28.  
  29.